Seal GtkTable.
authorTim Janik <timj@src.gnome.org>
Fri, 20 Jun 2008 11:07:29 +0000 (11:07 +0000)
committerTim Janik <timj@src.gnome.org>
Fri, 20 Jun 2008 11:07:29 +0000 (11:07 +0000)
svn path=/trunk/; revision=20596

gtk/gtktable.h

index e7ff9b01d27e4b046fda7550e32daaf468a70e33..85dc0bac4eed48f463d0edc07a1872867b0b0c33 100644 (file)
@@ -55,14 +55,14 @@ struct _GtkTable
 {
   GtkContainer container;
 
-  GList *children;
-  GtkTableRowCol *rows;
-  GtkTableRowCol *cols;
-  guint16 nrows;
-  guint16 ncols;
-  guint16 column_spacing;
-  guint16 row_spacing;
-  guint homogeneous : 1;
+  GList *GSEAL (children);
+  GtkTableRowCol *GSEAL (rows);
+  GtkTableRowCol *GSEAL (cols);
+  guint16 GSEAL (nrows);
+  guint16 GSEAL (ncols);
+  guint16 GSEAL (column_spacing);
+  guint16 GSEAL (row_spacing);
+  guint GSEAL (homogeneous : 1);
 };
 
 struct _GtkTableClass